QABitmapDelete
You can use theQABitmapDelete
function to delete a bitmap.
void QABitmapDelete (const TQAEngine *engine, TQABitmap *bitmap);
engine
- A drawing engine.
bitmap
- A bitmap.
DESCRIPTION
TheQABitmapDelete
function deletes the bitmap specified by thebitmap
parameter from the drawing engine specified by theengine
parameter.